Class com.symantec.itools.io.ByteArrayOutputStream
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.io.ByteArrayOutputStream

Object
   |
   +----OutputStream
           |
           +----ByteArrayOutputStream
                   |
                   +----com.symantec.itools.io.ByteArrayOutputStream

public class ByteArrayOutputStream
extends ByteArrayOutputStream

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Constructor Index

 o com.symantec.itools.io.ByteArrayOutputStream()
 o com.symantec.itools.io.ByteArrayOutputStream(int)

Method Index

 o getBuf()

Constructors

 o ByteArrayOutputStream
public ByteArrayOutputStream()
 o ByteArrayOutputStream
public ByteArrayOutputStream(int i)

Methods

 o getBuf
public byte[] getBuf()

Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index